home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / filbuf.zip / FILBUF.TXT < prev    next >
Text File  |  1992-06-12  |  2KB  |  43 lines

  1.                                   FILBUF.LIB
  2.                                  by Jim Kyle
  3.  
  4.   This library includes two language-independent functions that will determine
  5. the number of FILES and the number of BUFFERS presently configured in any
  6. system running MS-DOS versions 2.0 through 5.0.  These functions do NOT work
  7. with DR-DOS or in the DOS box of OS/2.
  8.  
  9.   Also included are two sample files, for any compilable BASIC and for any
  10. version of C that recognizes the "pascal" and "far" keywords, which
  11. demonstrate the use of these functions.
  12.  
  13.   For details of the way in which these functions operate, see Chapter 4 of
  14. the book "Undocumented DOS", ISBN 0-201-57064-5, published by Addison-Wesley
  15. Publishing Co., Inc., and available anywhere technical computer books are
  16. sold.  Kyle is the author of that chapter.  These functions are based on the
  17. programs published in the book, but have been converted to assembly language
  18. and all dependency on any language-specific compiler libraries has been
  19. removed.  Consequently, they operate equally well when called from C, BASIC,
  20. and Pascal.
  21.  
  22.   If you find this library useful and would like to obtain commented source
  23. code for both functions, in 8086 assembly language, you can register your copy
  24. for $20 US.  You will receive a diskette containing commented source code and
  25. the latest version of the library, together with a pair of executable files
  26. that make the FILES and BUFFERS value accessible to BATch programs, and your
  27. name will be added to the list of registered users who will receive
  28. notification of any additional utilities developed.
  29.  
  30.   To register, send $20 (cash, check payable on U.S. bank, or International
  31. Reply Coupon) to:
  32.                 Jim Kyle's Software Factory
  33.                 12101 N. WesternView Avenue
  34.                 Oklahoma City, OK, U.S.A.  73162-1118
  35.  
  36.   Be sure to include your full name and complete mailing address.  Your
  37. diskette will be returned by first-class mail within 24 hours of receiving
  38. your registration.
  39.  
  40.   Suggestions for other utilities you would find useful are always welcome.
  41. You can contact Kyle via CompuServe CMail as 76703,762.
  42.  
  43.